Documents for PDF, .NET Edition Documentation
PdfComplexObject<T> Class
Members 

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.Spec Namespace : PdfComplexObject<T> Class
The type of the value, should support IPdfComplexValue.
Base class for PDF objects with value supporting IPdfComplexValue interface.
Object Model
PdfComplexObject<T> Class
Syntax
'Declaration
 
Public MustInherit Class PdfComplexObject(Of T As IPdfComplexValue) 
   Inherits PdfObject(Of T)
public abstract class PdfComplexObject<T> : PdfObject<T> 
where T: IPdfComplexValue
Type Parameters
T
The type of the value, should support IPdfComplexValue.
Inheritance Hierarchy

System.Object
   GrapeCity.Documents.Pdf.Spec.PdfObject
      GrapeCity.Documents.Pdf.Spec.PdfObject<T>
         GrapeCity.Documents.Pdf.Spec.PdfComplexObject<T>
            GrapeCity.Documents.Pdf.Spec.PdfArrayObject
            GrapeCity.Documents.Pdf.Spec.PdfDictObject
            GrapeCity.Documents.Pdf.Spec.PdfRefObject

See Also

Reference

PdfComplexObject<T> Members
GrapeCity.Documents.Pdf.Spec Namespace